########################################################################
#
#                           LCD_Demo.eww
#
# $Revision:  $
#
########################################################################

DESCRIPTION
===========
   This example project shows how to use the IAR Embedded Workbench
  for ARM to develop code for the ET-STM32F103 board. It shows basic
  use of parallel I/O, timer, interrupt controller, ADC and interface to
  a LCD HD44780 compatible module.
   It show the position of on the board potentiometer in percents.

COMPATIBILITY
=============
   The LCD_Demo example project is compatible with, on the ET-STM32F103
  evaluation board. By default, the project is configured to use the 
  J-Link JTAG/SWD interface.

CONFIGURATION
=============
   Make sure that the following jumpers are correctly configured on the
  ET-STM32F103 evaluation board:

   Jumpers:
  UMODE - 1-2
        
GETTING STARTED
===============

  1) Start the IAR Embedded Workbench for ARM.

  2) Select File->Open->Workspace...
     Open the following workspace:

     \..\Examples\IAR5-ET-STM32F103\LCD_Demo\LCD_Demo.eww

  3) Run the program.

     The LCD Demo application is downloaded to the Embedded RAM or 
     Embedded Flash memory depending of configurations on the evaluation 
     board and executed.
